textview: Replace GdkGC * argument with gpointer
authorBenjamin Otte <otte@redhat.com>
Thu, 22 Jul 2010 00:30:08 +0000 (02:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 10 Aug 2010 19:02:29 +0000 (21:02 +0200)
commit90ac7b915c745c661f8baf474aa30640709ba366
treebc8f6b6cf09d3036823deacc549570f73d10b0fd
parentf7608c33aca855e33d8087622f2780e4a23e5928
textview: Replace GdkGC * argument with gpointer

The argument is unused.
That's also the reason why we can pass NULL instead of the real GC in
the caller.
gtk/gtktextdisplay.c
gtk/gtktextdisplay.h
gtk/gtktextutil.c